UIVerticalSpacer
	UIText {text:"Settings"}
	UICollection
		UISetting {setting:"hold to move"}
		UISetting {setting:"hold to undo"}
		UISetting {setting:"autosave"}
		UIButton {text:"Reset settings to defaults",onclick:"resetsettings"}
		UIButton {text:"Back",onclick:"closeSettings"}
	end
end